Skip to content

Limit access for Database and Backend Servers for developer environment#376

Merged
amoghjalan merged 1 commit intomainfrom
limit-access
May 21, 2024
Merged

Limit access for Database and Backend Servers for developer environment#376
amoghjalan merged 1 commit intomainfrom
limit-access

Conversation

@amoghjalan
Copy link
Contributor

Linked Issue(s)

Fixes security issue for developers so that people on same network are not able to access backend servers and database

Acceptance Criteria fulfillment

  • Task 1
  • Task 2
  • Task 3

Proposed changes (including videos or screenshots)

Further comments

@amoghjalan amoghjalan merged commit cec6e6d into main May 21, 2024
@amoghjalan amoghjalan deleted the limit-access branch May 21, 2024 13:22
RUN mv /app/database-docker/db/ /app/ && rm -rf /app/database-docker/
RUN echo "host all all 0.0.0.0/0 md5" >> /etc/postgresql/15/main/pg_hba.conf
RUN echo "host all all 127.0.0.1/32 md5" >> /etc/postgresql/15/main/pg_hba.conf
RUN echo "host all all 192.168.65.1/32 md5" >> /etc/postgresql/15/main/pg_hba.conf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants